OpenRoads Designer CONNECT Edition SDK Help

CreateClosedLineString Method

Constructs a new instance of the LineString class

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  ClosedLineString CreateClosedLineString( DPoint3d[] points)

Parameters

SettingDescription
  DPoint3d[] Points cli::array

Return Value

ClosedLineString A LineString instance or null

See Also